home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-10-09 | 326 b | 16 lines | [TEXT/ttxt] |
- # Example of a very simple build file - Sample2
- #
- # Next line sets up output file name and creator signature
- -o Sample2App -c ????
- #
- # Now for the source files
- Sample2a.c Sample2b.c
- #
- # next entries are libraries
- interface.o
- runtime.o
-
- A blank line indicates the end of the file, so anything below the blank
- line is ignored.
-
-